projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a919f39
)
(auto-revert-tail-handler): Call after-revert-hook.
author
Chong Yidong
<cyd@stupidchicken.com>
Sat, 17 Mar 2007 20:38:17 +0000
(20:38 +0000)
committer
Chong Yidong
<cyd@stupidchicken.com>
Sat, 17 Mar 2007 20:38:17 +0000
(20:38 +0000)
lisp/autorevert.el
patch
|
blob
|
history
diff --git
a/lisp/autorevert.el
b/lisp/autorevert.el
index cb8821bb64caf3eb7725bfa2684adf49a1610fd8..bd9d6fe76e80b1805937def54d825c8ce9b3ada7 100644
(file)
--- a/
lisp/autorevert.el
+++ b/
lisp/autorevert.el
@@
-457,6
+457,7
@@
This is an internal function used by Auto-Revert Mode."
(save-excursion
(goto-char (point-max))
(insert-file-contents file nil auto-revert-tail-pos size)))
+ (run-mode-hooks 'after-revert-hook)
(undo-boundary)
(setq auto-revert-tail-pos size)
(set-buffer-modified-p modified)))